home *** CD-ROM | disk | FTP | other *** search
- /***********************************************************************
-
- CSA Library, Version 1.6.b
- Released: March 2nd 1995
-
- Header file to conveniently include all the
- header files of the CSA library with just
- one include statement.
-
- Copyright(c) 1994,1995
- Combis
- The Netherlands
- ***********************************************************************/
-
- #ifndef __CSA_H
- #define __CSA_H
-
- #include "cskeys.h"
- #include "csmenu.h"
- #include "cspanel.h"
- #include "cstime.h"
- #include "csmess.h"
- #include "csheap.h"
-
- #endif
-